← Index
NYTProf Performance Profile   
For bin/dpath
  Run on Tue Jun 5 15:31:33 2012
Reported on Tue Jun 5 15:31:52 2012

Filename(eval 31)[/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/SelfLoader.pm:12]
StatementsExecuted 5 statements in 3.37ms
Eval Invoked At/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/SelfLoader.pm line 12
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1112.96ms3.05msSelfLoader::::BEGIN@1.6SelfLoader::BEGIN@1.6
11177µs77µsSelfLoader::::BEGIN@1SelfLoader::BEGIN@1
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
143.32ms33.22ms
# spent 3.05ms (2.96+87µs) within SelfLoader::BEGIN@1.6 which was called: # once (2.96ms+87µs) by SelfLoader::BEGIN@10 at line 1 # spent 77µs within SelfLoader::BEGIN@1 which was called: # once (77µs+0s) by SelfLoader::BEGIN@10 at line 1
use 5.009005; # due to new regexp features
# spent 3.05ms making 1 call to SelfLoader::BEGIN@1.6 # spent 87µs making 1 call to feature::import # spent 77µs making 1 call to SelfLoader::BEGIN@1
2# allow checking for valid ': attrlist' attachments
3# see also AutoSplit
4160µs130µs$AttrList = qr{
# spent 30µs making 1 call to SelfLoader::CORE:qr
5 \s* : \s*
6 (?:
7 # one attribute
8 (?> # no backtrack
9 (?! \d) \w+
10 (?<nested> \( (?: [^()]++ | (?&nested)++ )*+ \) ) ?
11 )
12 (?: \s* : \s* | \s+ (?! :) )
13 )*
14}x;
15
16
17;